DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1EditableDataCollection<T> Class / HasMoreItems Property

In This Topic
    HasMoreItems Property (C1EditableDataCollection<T>)
    In This Topic
    Gets a value indicating whether this collection can load more items.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMoreItems As Boolean
    public bool HasMoreItems {get;}
    See Also